(Fsuspend_emacs): Make tem not register.
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Feb 1993 02:08:17 +0000 (02:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Feb 1993 02:08:17 +0000 (02:08 +0000)
src/keyboard.c

index d7e5d1752aacddeb34fa8ea0ca435d472347cabc..404bbb30d024bd7601f64ba499704c1203a377ea 100644 (file)
@@ -3782,7 +3782,7 @@ On such systems, Emacs starts a subshell instead of suspending.")
   (stuffstring)
      Lisp_Object stuffstring;
 {
-  register Lisp_Object tem;
+  Lisp_Object tem;
   int count = specpdl_ptr - specpdl;
   int old_height, old_width;
   int width, height;